(flymake): Add defgroup. (Bug#2356)
authorMartin Rudalics <rudalics@gmx.at>
Wed, 18 Feb 2009 07:41:10 +0000 (07:41 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Wed, 18 Feb 2009 07:41:10 +0000 (07:41 +0000)
lisp/ChangeLog
lisp/progmodes/flymake.el

index a0c2a4bc43bc6ec5142b5cf15ae9896a33fe79b0..5ab62500c06ae3f9d5e005f2321a333e4a0c886f 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-18  Martin Rudalics  <rudalics@gmx.at>
+
+       * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
+
 2009-02-18  Glenn Morris  <rgm@gnu.org>
 
        * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
index 81f40d155595d78f9b020d0a2fb94020adc5e18b..20fd68aa959fa84f3c232516e675de33b3ab5a78 100644 (file)
@@ -263,6 +263,11 @@ are the string substitutions (see `format')."
 
 (make-variable-buffer-local 'flymake-output-residual)
 
+(defgroup flymake nil
+  "A universal on-the-fly syntax checker."
+  :version "23.1"
+  :group 'tools)
+
 (defcustom flymake-allowed-file-name-masks
   '(("\\.c\\'" flymake-simple-make-init)
     ("\\.cpp\\'" flymake-simple-make-init)